Fix execution of tool-bar commands read within minibuffer-error-handler
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jun 2024 07:12:07 +0000 (15:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jun 2024 07:12:28 +0000 (15:12 +0800)
commit0ade6348f92283e4fd0bc209f100d8fe1bb87d2a
treebf8f3ef6d54b2d062d2383d1f64530ea6125bc7f
parent8218aa14ed5fa2057695471f7b80e874d51bff39
Fix execution of tool-bar commands read within minibuffer-error-handler

* src/keyboard.c (read_char): Arrange that the original event be
recorded when a posn is promoted to a prefix key and an END_TIME
is suppressing additions to this_command_keys.
src/keyboard.c